@media(max-width:575px) {
  .about-section {
    padding-top: 60px;
  }

  .about-card {
    border-radius: 8px;
    padding: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-text h3 {
    overflow: hidden;
    color: var(--Dark-Blue_BG, #171C46);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
  }

  .about-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-text p {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 166.667% */
    text-align: left;
  }

  .chairman-card img {
    width: 100%;
    height: auto;
  }

  .chairman-name {
    color: var(--Black_Text, #0A0A0A);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }

  .chairman-title {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }

  .about-title {
    color: var(--Orange_Buttons, #FEA500);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: center;

  }

  .right-section p {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 166.667% */
    text-align: left;

  }

  .chairman-card {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--White_Text, #FFF);
  }

  .cards {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: #F2F9FF;
  }

  .card-title {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .card-p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .Highlights .create {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    text-align: left;
  }

  .Highlights ul li {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 133.333% */
  }

  .vision {
    text-align: center;
  }

  .main-card {
    padding: 20px;
  }
  
    .service-card img {
      width: 80px;
      margin-bottom: 15px;
    }
.service-card{
  border-radius: 6px;
border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
background: var(--White_Text, #FFF);
padding: 20px;
}
    .service-card p {
      color: var(--Grey_Body-Text, #707070);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }
}

@media (min-width: 576px) {
  .about-section {
    padding-top: 60px;
  }

  .about-card {
    border-radius: 8px;
    padding: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-text h3 {
    overflow: hidden;
    color: var(--Dark-Blue_BG, #171C46);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-top: 20px;
  }

  .about-text p {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 166.667% */
    text-align: left;
  }

  .chairman-card img {
    width: 100%;
    height: auto;
  }

  .chairman-name {
    color: var(--Black_Text, #0A0A0A);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }

  .chairman-title {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }

  .about-title {
    color: var(--Orange_Buttons, #FEA500);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: center;

  }

  .right-section p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 166.667% */
    text-align: left;

  }

  .chairman-card {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--White_Text, #FFF);
  }

  .cards {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: #F2F9FF;
  }

  .card-title {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .card-p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .Highlights .create {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    text-align: left;
  }

  .Highlights ul li {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 133.333% */
  }

  .vision {
    text-align: center;
  }

  .main-card {
    padding: 22px;
  }
  
    .service-card img {
      width: 90px;
      margin-bottom: 15px;
    }
.service-card{
  border-radius: 6px;
border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
background: var(--White_Text, #FFF);
padding: 20px;
}
    .service-card p {
      color: var(--Grey_Body-Text, #707070);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }
}


@media (min-width: 768px) {
  .about-section {
    padding-top: 70px;
  }

  .about-card {
    border-radius: 8px;
    padding: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-text h3 {
    overflow: hidden;
    color: var(--Dark-Blue_BG, #171C46);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-top: 20px;
  }

  .about-text p {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 166.667% */
    text-align: left;
  }

  .chairman-card img {
    width: 100%;
    height: auto;
  }

  .chairman-name {
    color: var(--Black_Text, #0A0A0A);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }

  .chairman-title {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }

  .about-title {
    color: var(--Orange_Buttons, #FEA500);
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
  }

  .right-section p {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 166.667% */
    text-align: left;
  }

  .chairman-card {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--White_Text, #FFF);
  }

  .cards {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: #F2F9FF;
  }

  .card-title {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .card-p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .Highlights .create {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    text-align: left;
  }

  .Highlights ul li {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 133.333% */
  }

  .vision {
    text-align: center;
  }

  .main-card {
    padding: 26px 30px;
  }
  
    .service-card img {
      width: 90px;
      margin-bottom: 15px;
    }
.service-card{
  border-radius: 6px;
border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
background: var(--White_Text, #FFF);
padding: 20px;
}
    .service-card p {
      color: var(--Grey_Body-Text, #707070);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }
}

@media (min-width: 992px) {
  .about-section {
    padding-top: 70px;
  }

  .about-card {
    border-radius: 8px;
    padding: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-text h3 {
    overflow: hidden;
    color: var(--Dark-Blue_BG, #171C46);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
  }

  .about-text p {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 166.667% */
    text-align: left;
  }

  .chairman-card img {
    width: 100%;
    height: auto;
  }

  .chairman-name {
    color: var(--Black_Text, #0A0A0A);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }

  .chairman-title {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }

  .about-title {
    color: var(--Orange_Buttons, #FEA500);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: left;

  }

  .right-section p {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 166.667% */
    text-align: left;

  }

  .chairman-card {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--White_Text, #FFF);
  }

  .cards {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: #F2F9FF;
  }

  .card-title {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .card-p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .Highlights .create {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 166.667% */
    text-align: left;
  }

  .Highlights ul li {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 133.333% */
  }

  .main-card {
    padding: 22px;
  }
  
    .service-card img {
      width: 80px;
      margin-bottom: 15px;
    }
.service-card{
  border-radius: 6px;
border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
background: var(--White_Text, #FFF);
padding: 20px;
}
    .service-card p {
      color: var(--Grey_Body-Text, #707070);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }
}

@media (min-width: 1200px) {
  .about-section {
    padding-top: 80px;
  }

  .about-card {
    border-radius: 8px;
    padding: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-text h3 {
    overflow: hidden;
    color: var(--Dark-Blue_BG, #171C46);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .about-text p {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 166.667% */
    text-align: justify;
  }

  .chairman-card img {
    width: 100%;
    height: auto;
  }

  .chairman-name {
    color: var(--Black_Text, #0A0A0A);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }

  .chairman-title {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }

  .about-title {
    color: var(--Orange_Buttons, #FEA500);
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }

  .right-section p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 166.667% */
    text-align: left;

  }

  .chairman-card {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--White_Text, #FFF);
  }

  .cards {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: #F2F9FF;
  }

  .card-title {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .card-p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .Highlights .create {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 166.667% */
    text-align: left;
  }

  .Highlights ul li {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 133.333% */
  }

  .main-card {
    padding: 26px;
  }
  
    .service-card img {
      width: 90px;
      margin-bottom: 15px;
    }
.service-card{
  border-radius: 6px;
border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
background: var(--White_Text, #FFF);
padding: 20px;
}
    .service-card p {
      color: var(--Grey_Body-Text, #707070);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }
}


@media (min-width: 1400px) {
  .about-section {
    padding-top: 80px;
  }

  .about-card {
    border-radius: 8px;
    padding: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-text h3 {
    overflow: hidden;
    color: var(--Dark-Blue_BG, #171C46);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .about-text p {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 166.667% */
    text-align: left;
  }

  .chairman-card img {
    width: 100%;
    height: auto;
  }

  .chairman-name {
    color: var(--Black_Text, #0A0A0A);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }

  .chairman-title {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }

  .about-title {
    color: var(--Orange_Buttons, #FEA500);
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }

  .right-section p {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 166.667% */
    text-align: left;

  }

  .chairman-card {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--White_Text, #FFF);
  }

  .cards {
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: #F2F9FF;
  }

  .card-title {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .card-p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .Highlights .create {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    text-align: left;
  }

  .Highlights ul li {
    color: var(--Grey_Body-Text, #707070);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 133.333% */
  }

  .main-card {
    padding: 30px;
  }

  .service-card img {
    width: 90px;
    margin-bottom: 15px;
  }

  .service-card {
    border-radius: 6px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--White_Text, #FFF);
    padding: 20px;
  }

  .service-card p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }
}